-
Notifications
You must be signed in to change notification settings - Fork 654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adapt custom allreduce for tensorrt llm #2511
base: main
Are you sure you want to change the base?
Conversation
@yizhang2077 Could you paste the unit test result |
there are only correctness test here, do we need compare with vllm? |
^ gentle ping cc @merrymercy |
ref #2481 (comment) |
|
I think we can merge this one as it has correctness test. We can benchmark the performance part in future PRs. Condition for switching to this
|
benchmark test TL;DR: vllm result
custom allreduce result
|
Motivation
adapt for tensorrt llm custom allreduce, currently still use vllm distributed.
After this pr is merged and sgl-kernel is stable, we only need replace vllm.distribued to sglang.srt.distributed, and add a monkey patch, then we can remove vllm distributed
Modifications
Checklist